home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / qmac11a.zip / BOX.DOC next >
Text File  |  1988-05-19  |  2KB  |  62 lines

  1. Box drawing macros for QEdit 2.03A.  These macros will work with QEdit versions
  2. 2.03A and 2.06.  They will NOT work with version 2.04.
  3.  
  4. Files included here:
  5.  
  6. Macros in "text" form:
  7.  
  8. box1    single line box
  9. box2    double line box
  10. box3    double top/bot, single sides box
  11. box4    double sides, single top/bot box
  12. box5    graphic block box
  13. pad     restores normal keypad operations
  14.  
  15. Macros in "binary" form:
  16.  
  17. box1.mac
  18. box2.mac
  19. box3.mac
  20. box4.mac
  21. box5.mac
  22. pad.mac         restores normal keypad operations
  23.  
  24. box.doc         this file.
  25.  
  26. Box macros work like so:
  27.  
  28. home            upper left corner
  29. cursorup        top horizontal side
  30. pgup            upper right corner
  31. cursorright     right vertical side
  32. pgdn            lower right corner
  33. cursordown      bottom horizontal side
  34. end             lower left corner
  35. cursorleft      left vertical side
  36. shift ins       cross
  37.  
  38. If you do NOT like this setup, well, the source is included to allow you to
  39. change it.  The program QMACS will translate from text to binary form.
  40.  
  41.  
  42. Suggested Usage:
  43.  
  44. In your qconfig.dat file, make the following (or similar) assignments:
  45.  
  46. ^f1     macrobegin macroread '\macros\pad.mac' return
  47. ^f2     macrobegin macroread '\macros\box1.mac' return
  48. ^f3     macrobegin macroread '\macros\box1.mac' return
  49. ^f4     macrobegin macroread '\macros\box1.mac' return
  50. ^f5     macrobegin macroread '\macros\box1.mac' return
  51. ^f6     macrobegin macroread '\macros\box1.mac' return
  52.  
  53. Run qconfig and reconfigure the keyboard.
  54.  
  55. Note that "\macros" is where I keep my QEdit macros.  You may (and probably
  56. will) keep them someplace else.
  57.  
  58. To draw boxes, press the appropiate ctrl-function key, i.e., for single line
  59. boxes, press ^f2.  To restore the cursorpad to normal operation, press ^f1.
  60.  
  61. NOTE that you should be in overwrite mode for the box macros to work properly.
  62.